home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Freeware / SyncBack SE 4.2.3.1 / SyncBackSE_Setup.exe / {app} / SyncBackSE.exe / 0 / RCDATA / TFRMMISC / TFRMMISC.txt
Encoding:
Text File  |  2007-07-31  |  1.8 KB  |  94 lines

  1. object frmMisc: TfrmMisc
  2.   Left = 0
  3.   Top = 0
  4.   Width = 600
  5.   Height = 400
  6.   TabOrder = 0
  7.   TabStop = True
  8.   DesignSize = (
  9.     600
  10.     400)
  11.   object lPriority: TTntLabel
  12.     Left = 8
  13.     Top = 8
  14.     Width = 34
  15.     Height = 13
  16.     Anchors = [akLeft, akTop, akRight]
  17.     Caption = 'Priority'
  18.   end
  19.   object lPause1: TTntLabel
  20.     Left = 8
  21.     Top = 72
  22.     Width = 46
  23.     Height = 13
  24.     Caption = 'Pause for'
  25.   end
  26.   object lPause2: TTntLabel
  27.     Left = 136
  28.     Top = 72
  29.     Width = 465
  30.     Height = 13
  31.     Anchors = [akLeft, akTop, akRight]
  32.     Caption = 
  33.       'seconds before the profile starts scanning for changes (helps wi' +
  34.       'th Network connection problems)'
  35.   end
  36.   object lProfilePassword: TTntLabel
  37.     Left = 8
  38.     Top = 107
  39.     Width = 276
  40.     Height = 13
  41.     Anchors = [akLeft, akTop, akRight]
  42.     Caption = 'Password protect this profile from modification or deletion'
  43.   end
  44.   object cbPriority: TTntComboBox
  45.     Left = 64
  46.     Top = 8
  47.     Width = 177
  48.     Height = 21
  49.     Style = csDropDownList
  50.     ItemHeight = 13
  51.     ItemIndex = 3
  52.     TabOrder = 0
  53.     Text = 'Normal'
  54.     Items.Strings = (
  55.       'Idle'
  56.       'Lowest'
  57.       'Lower'
  58.       'Normal'
  59.       'Higher'
  60.       'Highest'
  61.       'TimeCritical')
  62.   end
  63.   object cbFlush: TTntCheckBox
  64.     Left = 8
  65.     Top = 40
  66.     Width = 577
  67.     Height = 17
  68.     Anchors = [akLeft, akTop, akRight]
  69.     Caption = 'Flush all open files before running profile'
  70.     TabOrder = 1
  71.   end
  72.   object jvPauseSecs: TJvSpinEdit
  73.     Left = 72
  74.     Top = 72
  75.     Width = 57
  76.     Height = 21
  77.     CheckMinValue = True
  78.     BeepOnError = False
  79.     Alignment = taRightJustify
  80.     Thousands = True
  81.     TabOrder = 2
  82.     ClipboardCommands = []
  83.   end
  84.   object eProfilePassword: TTntEdit
  85.     Left = 8
  86.     Top = 123
  87.     Width = 161
  88.     Height = 21
  89.     PasswordChar = '*'
  90.     TabOrder = 3
  91.     OnExit = eProfilePasswordExit
  92.   end
  93. end
  94.